@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

body img {
	margin-top: 20px;
	margin-left: 20px;
}

.Redes.sociales {
	width: 10%;
	float: right;
	z-index: 1;
}
.Navegacion {
	background-color: #F1F1F1;
	width: 100%;
	float: left;
	z-index: 1;
}
.Navegacion .nav {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #F1F1F1;
	float: left;
}
.Navegacion .nav:hover {
	background-color: #E5E5E5;
}

.Navegacion .nav >  li {
	width: 10%;
	float: left;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin-left: 70px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.nav li ul {
	width: 190%;
	position: absolute;
	list-style-image: none;
	list-style-type: none;
	display: none;
}
.nav li:hover > ul {
	display: block;
}


li ul li {
	position: relative;
	border: 1px solid #E9E9E9;
	background-color: #F1F1F1;
	display: block;
}


li ul li ul {
	left: 100%;
	top: 0%;
	display: block;
}
#Encabezado {
	background-color: #34DAE3;
	width: 100%;
	height: 80px;
}
#Encabezado article {
	color: #FFFFFF;
	text-align: center;
	vertical-align: 20px;
	letter-spacing: 3px;
}
#Encabezado article p {
	height: 38px;
}
.textouno {
	width: 100%;
	height: 400px;
}
.textouno #imagenuno {
	width: 400px;
	margin-left: 30px;
	height: 300px;
	float: left;
}
.textouno #textouno {
	width: 60%;
	float: right;
	height: 300px;
	margin-right: 30px;
	margin-top: 30px;
}
.textouno #textouno ul {
	margin-left: 20px;
	list-style-type: disc;
}
.textodos {
	width: 30%;
	float: left;
	margin-left: 80px;
	background-color: #ECECEC;
}
.textodos #Izqtexto {
	margin-left: 40px;

}
.textodos #Izqtexto ul {
	margin-left: 30px;
	list-style-type: disc;
}
.textotres {
	width: 30%;
	float: left;
	background-color: #E0E0E0;
}
.textotres #Izqtextotres {
	margin-left: 40px;
}
.textotres #Izqtextotres ul {
	margin-left: 30px;
	list-style-type: disc;
}
.textocuatro {
	width: 30%;
	float: left;
	background-color: #ECECEC;
}
.textocuatro #Izqtextocuatro {
	margin-left: 40px;
}
.textocuatro #Izqtextocuatro ul {
	margin-left: 30px;
	list-style-type: disc;
}



.textodos #Derimagen {

}
.aplicaciones {
	width: 100%;
	height: 300px;
	margin-top: 400px;
}

.aplicaciones #aplicaciones {
	width: 30%;
	float: left;
	margin-left: 140px;
	margin-top: 30px;
}
.aplicaciones #aplicaciones ul {
	margin-left: 20px;
	list-style-type: disc;
}

.aplicaciones #imagenfinal {
	width: 60%;
	float: right;
}

.Pie.de.pagina {
	width: 100%;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

.Pie.de.pagina h4 {
	color: #000000;
}
